home *** CD-ROM | disk | FTP | other *** search
- !Include("..\\..\\menu\\uidef\\UILogicVis.def")
-
- UIElem("ID_LOADING_TEXT")
- {
- Default()
- {
- ForceTextLowerCase()
- TextAlpha(1.0)
- TextColor(1.0,1.0,1.0)
- Font("MenuMedium")
- FontScale(0.8)
- TextPosFlags(34)
- FitTextSizeWithMargin(20.0, 5.0)
- Text("&MenuDelayLoading&")
- Mouse(0)
- Keyboard(0)
- Joy(0)
- Visible(1)
- ParentPositioning(1)
- PreviousElemPositioning(0)
- ParentAlignX(4)
- ParentAlignY(4)
- ParentSizingX(0)
- ParentSizingY(0)
- FrameCornerSize(13,13)
- TextureID("ModalWindow")
- TextureAlpha(0.8)
- }
-
- }
-
-